home *** CD-ROM | disk | FTP | other *** search
-
- QDIV(3) UNIX Programmer's Manual QDIV(3)
-
- NNAAMMEE
- qqddiivv - return quotient and remainder from division
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ssttddlliibb..hh>>
-
- _q_d_i_v___t
- qqddiivv(_q_u_a_d___t _n_u_m, _q_u_a_d___t _d_e_n_o_m)
-
- DDEESSCCRRIIPPTTIIOONN
- The qqddiivv() function computes the value _n_u_m_/_d_e_n_o_m and returns the quotient
- and remainder in a structure named _q_d_i_v___t that contains two _q_u_a_d _i_n_t_e_g_e_r
- members named _q_u_o_t and _r_e_m.
-
- SSEEEE AALLSSOO
- div(3), ldiv(3), math(3)
-
- BSD Experimental June 29, 1991 1
-